home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Comix Games
/
Comix Games.iso
/
waldopc
/
install.exe
/
_SETUP.1
/
WALDOPC.EXE
/
WALDOPC.DXR
/
00205.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-11
|
317 b
|
22 lines
on exitFrame
global whichmap
if whichmap = 1 then
go("map1")
end if
if whichmap = 2 then
go("map2")
end if
if whichmap = 3 then
go("map3")
end if
if whichmap = 4 then
go("map4")
end if
if whichmap = 5 then
go("map5")
end if
if whichmap = 6 then
go("map6")
end if
end